Skip to main content

All Questions

1vote
2answers
322views

Which programming technique can trim extra code generated by Dependency Injection?

Original Class class HomeController { function __construct() { $this->setPhpRenderer('Module'); $this->repository = new HomeRepository($id); $this->...
Dennis's user avatar
  • 8,257

close